Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Publisher ID
Response
200 - application/json
curl --request DELETE \
--url https://api.tagdeliver.com/v1/tag/{uid} \
--header 'Authorization: Bearer <token>'{
"success": true
}Permenantly archives the given publisher, this will stop the tag from serving ads
curl --request DELETE \
--url https://api.tagdeliver.com/v1/tag/{uid} \
--header 'Authorization: Bearer <token>'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Was this page helpful?